home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / mac / VIEWERS / NEXT / README.GW < prev    next >
Text File  |  1992-08-06  |  3KB  |  62 lines

  1. To the site administrator: This file and GraphicsWorkshop.tar should
  2.    replace the previos version, GraphicsWorkshop.tar.Z. PS. sorry about
  3.    the number of copies, but after the number of install complaints, I
  4.    felt this version warranted a new copy. It should also go into the
  5.     2.0 sources directory.
  6.  
  7. This program is a set of generic tools for loading and saveing bitmaps in 
  8. various forms. It has a simple program for demonstrating the features of the 
  9. object. Currently, the objects are under going Beta testing and should be final 
  10. sometime in mid spring. At this time, the protocol spoken is not stabalized, 
  11. so if you wish to program with the objects at this time, expect that some-
  12. things could change between now and final release, however, things will
  13. likely remain the same.
  14.  
  15. The bitmaps support are the following:
  16.  
  17. Type      Long Name                             Reading Writing Multiple
  18. --------- ------------------------------------- ------- ------- --------
  19. gif(1)(2) Graphics Interchange Format              Y       Y       N
  20. jpg       Joint Photographic Extention Group       Y       N       N
  21. pbm       Portable Bitmap                          Y       Y       N
  22. pgm       Portable Graymap                         Y       Y       N
  23. ppm       Portable Pixmap                          Y       Y       N
  24. tiff      Tagging Image File Format                Y       Y       Y
  25. xbm       X11 Bitmap                               Y       Y       N
  26.  
  27. (1) Gif does not handle gif89a files, and may not work with some custom
  28.     header extensions.
  29. (2) Be careful when saving to gif, since it requires color quantitization, you
  30.     may experience color banding. Saving works best on images with losts of
  31.     colors.
  32.  
  33. Installing:
  34.  
  35.    Installing is easier than ever. Take the following steps:
  36.  
  37.    o untar the package, tar -xvf GraphicsWorkshop.tar
  38.    o Double click on the appropiate package.
  39.       o GraphicsWorkshop.pkg is the main executable
  40.       o Converters.pkg are the converters
  41.       o GRSource is all the source.
  42.    o Have fun and report bugs to alex@data.ACS.CalPoly.EDU.
  43.  
  44.    Note: you need the first two to run the program, you can delete
  45.          the last if you're not interesting in programming converters
  46.          or playing with the source. 
  47.    PS: To previous users, the install script is still there, and you
  48.        can still use it, but the above method should be easier.
  49.  
  50. If things don't work, and you have the developement enviroment, try building
  51. everything in debug mode, so you can send me a snap shot of the console
  52. window. This will help me find the problem quickly and easily. If you can't
  53. compile, just try and send me the best description you can of the problem.
  54. Also, if the problem involves a particular bitmap, please NeXTmail be that
  55. bitmap along with the problem description. (Don't worry about picture 
  56. content, I'm not easily offended.) Anyways, I can be reached at the address
  57. below.
  58.  
  59. Alex Raftis
  60. alex@data.ACS.CalPoly.EDU
  61.  
  62.